From 451c7ebb5bbe2774665343073534755c77e15212 Mon Sep 17 00:00:00 2001 From: Debian GPS team Date: Sat, 11 Jan 2025 08:01:10 +0100 Subject: [PATCH] gpsbabelfe_opt-in-for-usage-data-reporting Make statistics reporting an opt-in option. Gbp-Pq: Name gpsbabelfe_opt-in-for-usage-data-reporting --- gui/babeldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/babeldata.h b/gui/babeldata.h index 467c7413e..efe8003f8 100644 --- a/gui/babeldata.h +++ b/gui/babeldata.h @@ -151,7 +151,7 @@ public: // Global preferences. bool startupVersionCheck_{true}; - bool reportStatistics_{true}; + bool reportStatistics_{false}; bool allowBetaUpgrades_{false}; bool ignoreVersionMismatch_{true}; bool disableDonateDialog_{false}; -- 2.30.2